home *** CD-ROM | disk | FTP | other *** search
- #
- # QOS Makefile for Watcom 9.5 C/C++ 32 with DOS/4GW extender.
- #
-
- CFLAGS = -DMSDOS
-
- .c.obj :
- wcc386 $(CFLAGS) $*.c
-
- O = scale.obj
-
- scale.exe: wc4g.tag wc4g $(O)
- wlink N scale.exe f scale l x11,sys op st=30k,caseexact
-
- wc4g.tag:
- del *.tag
- del *.obj
- del *.map
- del *.rsp
- del *.cfg
- del *.exe
- echo >wc4g.tag
-